Greetings, |
Re: How to rename groups using DXL
Group g = find("OldGroupName")
setGroup(g, name, "NewGroupName")
saveDirectory // don't forget this one :-)
Mathias Mamsch, IT-QBase GmbH, Consultant for Requirement Engineering and D00RS
|
Re: How to rename groups using DXL Mathias Mamsch - Thu Mar 17 11:22:07 EDT 2011
Group g = find("OldGroupName")
setGroup(g, name, "NewGroupName")
saveDirectory // don't forget this one :-)
Mathias Mamsch, IT-QBase GmbH, Consultant for Requirement Engineering and D00RS
|